home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / UDS2400.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  49 lines

  1. ; UDS 2440
  2. ;
  3. ; JUMPER SETTINGS: There are two jumpers INSIDE the modem that should
  4. ;                  be checked.  These are for CTS and RTS flow control.
  5. ;                  These look something like:
  6. ;
  7. ;                   o o|     o o o
  8. ;                   o o|   FLO   CTS
  9. ;                   F R
  10. ;                   L T
  11. ;                   O S
  12. ;
  13. ;                  The pins above "RTS" should be jumpered and the right
  14. ;                  two by "CTS" should be covered.
  15. ;
  16. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  17. ; program, type the following lines and press ENTER after each.  Then
  18. ; exit and restart TE/2.
  19. ;
  20. ;       AT&F
  21. ;       ATS7=60
  22. ;       AT&C1&D2&R&T5%N8%U3%V0%K1&W
  23. ;
  24. ; NOTES: Set ALL dialing directory entries to 9600 baud
  25. ;        Data compression is enabled via AT%K1
  26.  
  27. Baud          9600
  28. Parity        N
  29. WordLen       8
  30. StopBits      1
  31.  
  32. XonXoff       BOTH
  33. CtsRts        BOTH
  34. MatchBaud     FALSE
  35.  
  36. ModemInitStrg ATZ^M
  37. ModemDialStrg ATDT
  38. ModemDialSufx ^M
  39. ModemHangStrg ;
  40. DTRHangup     TRUE
  41.  
  42. Connect       CONNECT,9600
  43.  
  44. NoConnect     NO_DIAL_TONE
  45. NoConnect     NO_CARRIER
  46. NoConnect     BUSY
  47. NoConnect     VOICE
  48.  
  49.